Package com.microsoft.graph.models
Class AccessPackage
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AccessPackage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AccessPackage
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Access Package.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Access Packages Incompatible With.The Assignment Policies.The Catalog.The Created Date Time.The Description.The Display Name.The Incompatible Access Packages.The Incompatible Groups.The Is Hidden.The Modified Date Time. -
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
-
createdDateTime
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTimeThe Created Date Time. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -
description
@SerializedName(value="description", alternate="Description") @Expose @Nullable public String descriptionThe Description. The description of the access package. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. The display name of the access package. Supports $filter (eq, contains). -
isHidden
The Is Hidden. Whether the access package is hidden from the requestor. -
modifiedDateTime
@SerializedName(value="modifiedDateTime", alternate="ModifiedDateTime") @Expose @Nullable public OffsetDateTime modifiedDateTimeThe Modified Date Time. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -
accessPackagesIncompatibleWith
The Access Packages Incompatible With. The access packages that are incompatible with this package. Read-only. -
assignmentPolicies
@SerializedName(value="assignmentPolicies", alternate="AssignmentPolicies") @Expose @Nullable public AccessPackageAssignmentPolicyCollectionPage assignmentPoliciesThe Assignment Policies. -
catalog
@SerializedName(value="catalog", alternate="Catalog") @Expose @Nullable public AccessPackageCatalog catalogThe Catalog. -
incompatibleAccessPackages
The Incompatible Access Packages. The access packages whose assigned users are ineligible to be assigned this access package. -
incompatibleGroups
@SerializedName(value="incompatibleGroups", alternate="IncompatibleGroups") @Expose @Nullable public GroupCollectionPage incompatibleGroupsThe Incompatible Groups. The groups whose members are ineligible to be assigned this access package.
-
-
Constructor Details
-
AccessPackage
public AccessPackage()
-
-
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 classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-