Package com.microsoft.graph.models
Class GroupValidatePropertiesParameterSet
java.lang.Object
com.microsoft.graph.models.GroupValidatePropertiesParameterSet
The class for the Group Validate Properties Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the GroupValidatePropertiesParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe display Name.The mail Nickname.The on Behalf Of User Id. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new GroupValidatePropertiesParameterSetprotectedGroupValidatePropertiesParameterSet(GroupValidatePropertiesParameterSet.GroupValidatePropertiesParameterSetBuilder builder) Instiaciates a new GroupValidatePropertiesParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe display Name. -
mailNickname
@SerializedName(value="mailNickname", alternate="MailNickname") @Expose @Nullable public String mailNicknameThe mail Nickname. -
onBehalfOfUserId
@SerializedName(value="onBehalfOfUserId", alternate="OnBehalfOfUserId") @Expose @Nullable public UUID onBehalfOfUserIdThe on Behalf Of User Id.
-
-
Constructor Details
-
GroupValidatePropertiesParameterSet
public GroupValidatePropertiesParameterSet()Instiaciates a new GroupValidatePropertiesParameterSet -
GroupValidatePropertiesParameterSet
protected GroupValidatePropertiesParameterSet(@Nonnull GroupValidatePropertiesParameterSet.GroupValidatePropertiesParameterSetBuilder builder) Instiaciates a new GroupValidatePropertiesParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static GroupValidatePropertiesParameterSet.GroupValidatePropertiesParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-