Package com.microsoft.graph.models
Class AdministrativeUnit
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DirectoryObject
com.microsoft.graph.models.AdministrativeUnit
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AdministrativeUnit
extends DirectoryObject
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Administrative Unit.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Description.The Display Name.The Extensions.The Members.The Scoped Role Members.The Visibility.Fields inherited from class com.microsoft.graph.models.DirectoryObject
deletedDateTime
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
description
@SerializedName(value="description", alternate="Description") @Expose @Nullable public String descriptionThe Description. An optional description for the administrative unit. Supports $filter (eq, ne, in, startsWith), $search. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. Display name for the administrative unit. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. -
visibility
@SerializedName(value="visibility", alternate="Visibility") @Expose @Nullable public String visibilityThe Visibility. Controls whether the administrative unit and its members are hidden or public. Can be set to HiddenMembership. If not set (value is null), the default behavior is public. When set to HiddenMembership, only members of the administrative unit can list other members of the administrative unit. -
members
The Members. Users and groups that are members of this administrative unit. Supports $expand. -
scopedRoleMembers
@SerializedName(value="scopedRoleMembers", alternate="ScopedRoleMembers") @Expose @Nullable public ScopedRoleMembershipCollectionPage scopedRoleMembersThe Scoped Role Members. Scoped-role members of this administrative unit. -
extensions
@SerializedName(value="extensions", alternate="Extensions") @Expose @Nullable public ExtensionCollectionPage extensionsThe Extensions. The collection of open extensions defined for this administrative unit. Nullable.
-
-
Constructor Details
-
AdministrativeUnit
public AdministrativeUnit()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classDirectoryObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-