Class RoleSettings

java.lang.Object
com.mypurecloud.sdk.v2.model.RoleSettings
All Implemented Interfaces:
Serializable

public class RoleSettings extends Object implements Serializable
RoleSettings
See Also:
  • Constructor Details

    • RoleSettings

      public RoleSettings()
    • RoleSettings

      public RoleSettings(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • backfillEnabled

      public RoleSettings backfillEnabled(Boolean backfillEnabled)
      Boolean showing if organization is opted in or not to role backfills
    • getBackfillEnabled

      public Boolean getBackfillEnabled()
    • setBackfillEnabled

      public void setBackfillEnabled(Boolean backfillEnabled)
    • authorizationGrantDivisionAware

      public RoleSettings authorizationGrantDivisionAware(Boolean authorizationGrantDivisionAware)
      Boolean enabling enforcement of division aware for authorization grant add and delete
    • getAuthorizationGrantDivisionAware

      public Boolean getAuthorizationGrantDivisionAware()
    • setAuthorizationGrantDivisionAware

      public void setAuthorizationGrantDivisionAware(Boolean authorizationGrantDivisionAware)
    • getSelfUri

      public String getSelfUri()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object