Uses of Class
com.sap.cloudfoundry.client.facade.domain.UserRole
-
Packages that use UserRole Package Description com.sap.cloudfoundry.client.facade com.sap.cloudfoundry.client.facade.adapters com.sap.cloudfoundry.client.facade.domain com.sap.cloudfoundry.client.facade.rest -
-
Uses of UserRole in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade that return types with arguments of type UserRole Modifier and Type Method Description Set<UserRole>CloudControllerClient. getUserRolesBySpaceAndUser(UUID spaceGuid, UUID userGuid)Set<UserRole>CloudControllerClientImpl. getUserRolesBySpaceAndUser(UUID spaceGuid, UUID userGuid) -
Uses of UserRole in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return UserRole Modifier and Type Method Description UserRoleRawUserRole. derive() -
Uses of UserRole in com.sap.cloudfoundry.client.facade.domain
Methods in com.sap.cloudfoundry.client.facade.domain that return UserRole Modifier and Type Method Description static UserRoleUserRole. fromRoleType(org.cloudfoundry.client.v3.roles.RoleType roleType)static UserRoleUserRole. valueOf(String name)Returns the enum constant of this type with the specified name.static UserRole[]UserRole. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UserRole in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest that return types with arguments of type UserRole Modifier and Type Method Description Set<UserRole>CloudControllerRestClient. getUserRolesBySpaceAndUser(UUID spaceGuid, UUID userGuid)Set<UserRole>CloudControllerRestClientImpl. getUserRolesBySpaceAndUser(UUID spaceGuid, UUID userGuid)
-