public class GroupPatch extends AnyPatch
Constructor and Description |
---|
GroupPatch() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Map<String,String> |
getADynMembershipConds() |
String |
getDiscriminator() |
StringReplacePatchItem |
getGroupOwner() |
StringReplacePatchItem |
getName() |
Optional<TypeExtensionTO> |
getTypeExtension(String anyType) |
List<TypeExtensionTO> |
getTypeExtensions() |
String |
getUDynMembershipCond() |
StringReplacePatchItem |
getUserOwner() |
int |
hashCode() |
boolean |
isEmpty() |
void |
setGroupOwner(StringReplacePatchItem groupOwner) |
void |
setName(StringReplacePatchItem name) |
void |
setUDynMembershipCond(String udynMembershipCond) |
void |
setUserOwner(StringReplacePatchItem userOwner) |
getAuxClasses, getKey, getPlainAttrs, getRealm, getResources, getVirAttrs, setDiscriminator, setKey, setRealm
public String getDiscriminator()
getDiscriminator
in class AnyPatch
public StringReplacePatchItem getName()
public void setName(StringReplacePatchItem name)
public StringReplacePatchItem getUserOwner()
public void setUserOwner(StringReplacePatchItem userOwner)
public StringReplacePatchItem getGroupOwner()
public void setGroupOwner(StringReplacePatchItem groupOwner)
public String getUDynMembershipCond()
public void setUDynMembershipCond(String udynMembershipCond)
public Optional<TypeExtensionTO> getTypeExtension(String anyType)
public List<TypeExtensionTO> getTypeExtensions()
public boolean isEmpty()
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.